home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / timeit.zip / TIMEIT.DOC < prev    next >
Text File  |  1988-08-02  |  730b  |  26 lines

  1. TIMEIT will allow you to determine how long a program or DOS command
  2. takes to execute.  Simply type TIMEIT before your program name.
  3. For example, to time the IBM Sort utility you would specify:
  4. TIMEIT SORT < TEST.DTA > TEST.SRT
  5.  
  6. Please note that the "<" and ">" count as parms.
  7. Timeit instructions:
  8.  
  9. Syntax : TIMEIT PROGRAM.NAM [PARM1] [PARM2] [PARM3] [PARM4]
  10.  
  11. Example:
  12.  
  13. TIMEIT DIR *.PAS
  14. ....AFTER DIRECTORY PRINTS YOU WILL SEE....
  15.  
  16. Time stats for dir *.pas
  17.  
  18.   Start Time: 06:07:01.21 pm Sunday, September 01, 1985
  19.    Stop Time: 06:07:14.23 pm Sunday, September 01, 1985
  20.  
  21. Elapsed Time: 13.02 seconds
  22.  
  23.  
  24. TIMEIT is released to the public domain by Jack Means
  25. 1612 East Oakland, Bloomington, Illinois, 61701
  26.